func crypto/internal/fips140/nistec.p256MovCond
10 uses
crypto/internal/fips140/nistec (current package)
p256_asm.go#L299: func p256MovCond(res, a, b *P256Point, cond int)
p256_asm.go#L402: p256MovCond(&sum, &double, &sum, pointsEqual)
p256_asm.go#L403: p256MovCond(&sum, r1, &sum, r2IsInfinity)
p256_asm.go#L404: p256MovCond(&sum, r2, &sum, r1IsInfinity)
p256_asm.go#L561: p256MovCond(q, p1, p2, cond)
p256_asm.go#L661: p256MovCond(p, p, NewP256Point(), zero)
p256_asm.go#L738: p256MovCond(&t1, &t1, p, sel)
p256_asm.go#L739: p256MovCond(p, &t1, &t0, zero)
p256_asm.go#L755: p256MovCond(&t1, &t1, p, sel)
p256_asm.go#L756: p256MovCond(p, &t1, &t0, zero)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |